home *** CD-ROM | disk | FTP | other *** search
- -- card: 2901 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 2801
- -- name:
-
-
- -- part 3 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=0 top=173 right=338 bottom=197
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name:
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=213 top=236 right=264 bottom=343
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sets of Numbers
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field 1
- ask "How Many Sets of Numbers Do You Want?"
- put it into x
- put it into lines
- repeat x times
- get field 1
- put it into a
- get field 2
- put it into b
- get field 3
- put it into c
- get field 4
- put it into d
- get field 5
- put it into e
- get field 6
- put it into f
- put a && b && c && d && e && f & return into line lines of card field 1
- put lines - 1 into lines
- send mouseup to background button "New Pick"
- end repeat
- end mouseUp
-
-
-
- -- part contents for background part 1
- ----- text -----
- 4
-
- -- part contents for background part 2
- ----- text -----
- 36
-
- -- part contents for background part 3
- ----- text -----
- 22
-
- -- part contents for background part 4
- ----- text -----
- 11
-
- -- part contents for background part 5
- ----- text -----
- 31
-
- -- part contents for background part 6
- ----- text -----
- 6
-
- -- part contents for background part 9
- ----- text -----
- Sunday, July 24, 1988
-
- -- part contents for background part 10
- ----- text -----
- GOOD LUCK ON YOUR NUMBERS
-
- -- part contents for card part 2
- ----- text -----
-
-
-
- -- part contents for background part 11
- ----- text -----
- The Pick
-
- -- part contents for background part 12
- ----- text -----
- The Pick
- By Michael & Staci Weatherwalks
- This Stack will Pick 6 Random Numbers from
- 1 to 39 on Startup, for additional Numbers click on the Button (New Pick).
- This Stack Makes No Quarantee that you will win the Lottery
-
- -- part contents for card part 3
- ----- text -----
- 2 26 23 17 14 24
-
- 36 30 31 10 22 11
-
- 6 16 25 5 8 15
-
- 2 38 12 29 8 30
-
- 16 17 35 25 1 12
-